@charset "utf-8";

/*

描述:响应式主题样式表第776套

作者:wangxb

*/

/*默认页面主体样式定义*/

body {
  color: #373737;
  background: #eff6ff;
}

a {
  color: #272727;
}

.w-main .row,
.w-footer-in {
  max-width: 1200px;
  margin: 0 auto;
}

.body {
  overflow: hidden;
  font-size: 14px;
}

.col-right {
  display: none;
}

.w-admin-header .w-admin-row {
  width: 100%;
}

/*---------------------header-----------------------*/

.row_top {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.row_top_in {
  display: table;
  width: 100%;
}

.row_top .column6 {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  *float: left;
  *width: 49.99%;
}

.col-logo {
  position: relative;
}

.w-header,
.body-login .w-admin-header,
.body-admin .w-admin-header {
  background: #333;
}

.w-admin-header .col-logo {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}

.w-logo h1 {
  font-size: 32px;
  padding: 0 10px;
}

.w-logo h1,
.w-logo a {
  color: #fff;
}

.w-admin-header .w-admin-nav {
  float: none;
  margin-left: 0;
}

.w-nav .w-nav-in {
  max-width: 1200px;
  margin: 0 auto;
}

.w-nav .nav_inner {
  display: block;
}

.w-nav .nav_inner > li {
  float: left;
  text-align: center;
}

.w-nav .nav_inner > li:last-child {
  margin-right: 0;
}

.w-nav li a {
  text-decoration: none;
  color: #666666;
  padding: 0 10px;
}

.w-nav .nav_inner > li > a,
.w-nav .nav_inner > li > .li-parent-div > a {
  line-height: 52px;
  font-size: 16px;
  display: block;
  padding: 0 24px;
  color: #fff;
}

.w-nav .nav_simpline_cur {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  height: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #fff;
}

.w-nav li:hover .nav_simpline_cur,
.w-nav li.active .nav_simpline_cur {
  width: 100%;
}

.w-nav .nav_inner > li > .submenu {
  top: 52px;
  left: 50%;
  margin-left: -85px;
  padding: 10px 0;
}

.w-nav .nav_inner > li:hover > .submenu,
.w-nav .submenu li:hover > .submenu {
  display: none;
}

.w-nav .submenu {
  background: #fff;
}

.w-nav .submenu li a {
  font-size: 14px;
  text-align: center;
  color: #454545;
  padding: 8px 10px;
}

.topLogBox,
.topLogBox a {
  font-size: 14px;
  color: #fff;
}

.topLogBox a {
  margin: 0 6px;
  text-decoration: none;
}

.topLogBox a:hover {
  text-decoration: underline;
}

.lscPc {
  float: right;
  margin-bottom: 10px;
}

.w-loginRegister,
.w-languege,
.w-shopCart {
  float: right;
  line-height: 32px;
  margin-left: 4px;
}

.w-loginRegister a,
.w-languege a,
.w-shopCart a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 0.8em;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  margin: 0 1px;
}

.w-loginRegister a:hover,
.w-languege a:hover {
  text-decoration: none;
}

.w-languege span {
  display: none;
}

.w-shopCart i {
  background: url(../images/shopCart.png) no-repeat center;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  margin-right: 2px;
}

.topLogBox .w-search {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  float: right;
}

.topLogBox .w-search .input-search-w {
  background: none;
  width: 225px;
  *width: 175px;
  height: 30px;
  line-height: 30px;
  padding: 0 40px 0 10px;
  border: 1px solid #999;
}

.topLogBox .w-search .search-btn-w {
  position: absolute;
  width: 40px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: url(../images/header_search.png) no-repeat center #666;
  cursor: pointer;
}

.topLogBox .w-search .search-btn-w span {
  display: none;
}

.nav_right_mask {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  background: #000;
  opacity: 0.3;
  *filter: alpha(opacity=30);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}

.w-custom {
  float: right;
  padding: 0;
}

/*-----------------------banner------------------*/

.banner_edit {
  top: 50%;
  top: 20%\9;
  *top: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
}

:root .banner_edit {
  top: 50%;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  width: 45px !important;
  height: 45px !important;
  margin-top: -22px !important;
  background-image: url('../images/bxSlide.png') !important;
  background-color: #ccc !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-size: auto !important;
  visibility: hidden;
}

.bx-wrapper:hover .bx-prev,
.bx-wrapper:hover .bx-next {
  visibility: visible;
}

.bx-wrapper .bx-prev {
  background-position: 0 0 !important;
  left: -20px !important;
}

.bx-wrapper .bx-next {
  background-position: -45px -45px !important;
  right: -20px !important;
}

.bx-wrapper:hover .bx-prev {
  left: 0 !important;
}

.bx-wrapper:hover .bx-next {
  right: 0 !important;
}

.bx-wrapper .bx-prev:hover {
  background-position: -45px 0 !important;
  border: 0;
}

.bx-wrapper .bx-next:hover {
  background-position: 0 -45px !important;
  border: 0;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-align: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff !important;
}

.banner .bx-wrapper .bx-pager {
  bottom: 15px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
  width: 10px;
  height: 10px;
  margin: 0 6px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
  height: 10px !important;
  width: 10px !important;
  background-color: #fff !important;
  margin: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  border: 0;
}

/*---------------footer------------------*/

.w-footer {
  background: #333;
  color: #fff;
}

.w-footer a {
  color: #fff;
}

/*----------------------------组件-----------------------*/

.w-text {
  line-height: 1.8;
}

.btn-default-w {
  padding: 0.75em 2em;
  text-align: center;
  color: #fff;
  border: 0;
  background: #333;
}

.btn-default-w:hover,
.btn-default-w:focus,
.btn-global-w:hover,
.btn-global-w:focus {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.icon-social {
  background-image: url('../images/icon-social-w.png');
  width: 35px;
  height: 35px;
}

.icon-social-facebook {
  background-position: 0 0;
}

.icon-social-twitter {
  background-position: -35px 0;
}

.icon-social-linkedin {
  background-position: -70px 0;
}

.icon-social-mail {
  background-position: -105px 0;
}

.icon-social-instagram {
  background-position: -140px 0;
}

.icon-social-flickr {
  background-position: -175px 0;
}

.icon-social-pinterest {
  background-position: 0 -35px;
}

.icon-social-google {
  background-position: -35px -35px;
}

.icon-social-rss {
  background-position: -70px -35px;
}

.icon-social-yahoo {
  background-position: -105px -35px;
}

.icon-social-vimeo {
  background-position: -140px -35px;
}

.icon-social-dribbble {
  background-position: -175px -35px;
}

.icon-social-youtube {
  background-position: 0 -70px;
}

.icon-social-douban {
  background-position: -35px -70px;
}

.icon-social-pengyouquan {
  background-position: -70px -70px;
}

.icon-social-weixin {
  background-position: -105px -70px;
}

.icon-social-QQ {
  background-position: -140px -70px;
}

.icon-social-zhihu {
  background-position: -175px -70px;
}

.icon-social-renren {
  background-position: 0 -105px;
}

.icon-social-tenxun {
  background-position: -35px -105px;
}

.icon-social-xinlang {
  background-position: -70px -105px;
}

.icon-social-QQkongjian {
  background-position: -105px -105px;
}

.icon-social-dazong {
  background-position: -140px -105px;
}

.icon-social-tianya {
  background-position: -175px -105px;
}

.icon-social-kaixin {
  background-position: 0 -140px;
}

.icon-social-pengyouweb {
  background-position: -35px -140px;
}

.w-social .social-item:hover .icon-social {
  background-image: url('../images/icon-social-w.png');
}

.search-defaut-w {
  max-width: 100%;
  overflow: hidden;
}

.search-defaut-w .input-search-w {
  border: 1px solid #eeeeee;
  height: 2.6em;
  line-height: 2.6;
  padding-right: 60px;
}

.search-defaut-w .search-btn-w {
  background: url(../images/input-search-white.png) no-repeat center;
  width: 50px;
  min-width: 0;
  height: 100%;
  border: none;
}

.search-defaut-w .search-btn-w:hover {
  background: url(../images/input-search-white.png) no-repeat center;
}

.w-header-common .search-defaut-w {
  max-width: 250px;
  vertical-align: middle;
}

.w-header-common .search-defaut-w .input-search-w {
  border: 0;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  height: 2.3em;
  line-height: 2.3em;
}

.w-header-common .search-defaut-w .search-btn-w,
.w-header-common .search-defaut-w .search-btn-w:hover {
  background: url(../images/search_h.png) no-repeat center;
}

.w-header-common .search-defaut-w .input-search-w::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}

.w-service-fixed {
  right: 0;
  bottom: 0;
  margin-bottom: 30px;
}

.w-lantern-h .w-lantern-in {
  padding: 0;
}

.w-lantern-h .lantern_pre,
.w-lantern-h .lantern_next {
  top: 50%;
  margin-top: -11px;
  width: 11px;
  height: 22px;
  background-size: contain;
}

.w-lantern-h .lantern_pre {
  background: url(../images/slide_l.png) no-repeat center;
  left: -20px;
}

.w-lantern-h .lantern_next {
  background: url(../images/slide_r.png) no-repeat center;
  right: -20px;
}

.w-lantern-h .lantern_pre:hover {
  background-image: url(../images/slide_lHover.png);
}

.w-lantern-h .lantern_next:hover {
  background-image: url(../images/slide_rHover.png);
}

.prd_pageState span {
  background: #ccc;
  height: 10px;
  width: 10px;
}

.prd_pageState span.active {
  border: 2px solid #0abbb9;
  background: none;
  width: 6px;
  height: 6px;
  box-sizing: content-box;
}

.w-text-form,
.w-textarea-form,
.w-select-box,
.w-form-area select {
  border-color: #ddd;
}

.w-text-form,
.w-textarea-form {
  padding: 0.75em 10px;
  line-height: 1.3;
}

.w-select-box {
  background: #fff;
}

.w-select-dl .w-select-dt {
  height: 2.9em;
  line-height: 2.9;
}

.w-select-dl .w-select-dt .select-icon {
  border-left: 0;
  background: url(../images/icon_select.png) no-repeat center;
}

.w-form-filebox .w-form-file-upload .btn-default-w {
  padding-left: 1em;
  padding-right: 1em;
}

.w-form-submit .w-buttom .btn-default-w {
  border: 0;
  padding: 0.75em 1em;
  min-width: 12em;
  text-align: center;
}

.w-slide .cycle-prev,
.w-slide .cycle-next {
  width: 35px;
  height: 35px;
  top: 50%;
  margin-top: -17px;
  background: url(../images/bxSlide1.png) no-repeat;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.w-slide .cycle-next {
  background-position: -35px -35px;
}

.w-slide .cycle-prev:hover {
  background-position: -35px 0;
}

.w-slide .cycle-next:hover {
  background-position: 0 -35px;
}

.w-slide-page-num .w-page-bottom {
  position: relative;
}

.w-slide-page-num .w-page-bottom .slide-page {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 801;
  text-align: right;
  padding-right: 12px;
}

.w-slide-page-num .slide-page a {
  background: #333;
  height: 18px;
  line-height: 18px;
  min-width: 18px;
  font-size: 12px;
}

.tabMu9 {
  text-align: left;
  margin-bottom: 1em;
}

.tabMu9 .tabMu_in {
  border-bottom: 3px solid #eeeeee;
}

.tabMu9 li {
  font-size: 18px;
  border-bottom-width: 3px;
  margin-bottom: -3px;
}

.caption .more4 i {
  background-image: url(../images/search2.png);
}

.w-his4 .his_tabBox {
  background: none;
  position: relative;
  padding-bottom: 0;
}

.w-his4 .his_tabBox:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14px;
  height: 1px;
  background: #eaeaea;
}

.w-his4 .his_tab {
  padding-bottom: 14px;
}

.w-his4 .his_tab li .line {
  display: none;
}

.w-his4 .his_tab li .line2 {
  display: block;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  bottom: -5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.w-his4 .his_tab li .line2 .adore {
  display: none !important;
}

.w-his4 .his_tab li .line2:before {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  width: 22px;
  height: 22px;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: border-box;
  display: none;
}

.w-his4 .his_tab li.cur .line2:before {
  display: block;
}

/*title*/

.color_main {
  color: #333;
}

.color_vice {
  color: #999;
}

.lineborder {
  border-color: #c0c0c0;
}

.w-title {
  margin-top: 0;
  margin-bottom: 15px;
}

.w-title .title-h-in > span {
  font-family: Arial, Helvetica, sans-serif;
}

.w-title1,
.w-title1 h2,
.w-title16,
.w-title16 h2 {
  line-height: 1.3;
}

.w-title1 h2,
.w-title16 h2 {
  font-size: 26px;
}

.w-title1 .title-h-in > span,
.w-title16 .title-h-in > span {
  font-size: 89%;
}

.w-title1 .simpline {
  margin: 0.4em auto;
}

.w-title2,
.w-title2 .title-h-in h2,
.w-title2 .more {
  color: #fff;
}

.w-title4 h2 {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

.w-title5 .title-h-in h2 {
  color: #333;
  font-size: 18px;
}

.w-title20 .tith span {
  font-size: 22px;
}

.w-title20 h2 {
  font-size: 100%;
  color: #999;
}

.w-title20 .more .icon_more {
  display: none;
}

.w-title17 .more {
  background: none;
}

/*--------------------系统------------------------*/

.side_left {
  background: #fff;
  padding: 20px 30px;
}

.systitle {
  color: #fff;
  font-size: 24px;
  padding: 0.7em 17px;
  text-align: left;
}

.crumbs {
  line-height: 1.5;
  margin-bottom: 1em;
  border-bottom: 1px solid #dddddd;
  color: #2d2d2d;
  background: url(../images/icon_home.png) no-repeat left center;
  padding: 0.4em 0 0.4em 23px;
}

.crumbs a {
  color: #2d2d2d;
}

.w-breadcrumbs {
  line-height: 1.5;
  background: url(../images/icon_home.png) no-repeat left center;
  border-bottom: 1px solid #dddddd;
  color: #2d2d2d;
  padding: 0.4em 0 0.4em 23px;
}

.w-breadcrumbs a {
  color: #2d2d2d;
}

.w-pages a {
  border: 0;
  background: #f7f7f7;
  color: #454545;
  padding: 0 0.8em;
  margin-left: 0.1em;
  margin-right: 0.1em;
  line-height: 2.28;
  vertical-align: middle;
}

.w-pages {
  text-align: center;
}

.w-pages a:hover,
.w-pages a.cur,
.w-pages a.page-num-current {
  color: #fff;
  background: #333;
}

.w-pages a.disabled,
.w-pages a.disabled:hover {
  background: #f7f7f7;
  color: #454545;
}

/*-----------------------------产品----------------------*/

.w-prd-list-cell .w-prd-infobox h2 {
  margin-bottom: 0;
}

.w-prd-list-cell .w-prd-infobox h2,
.w-product .w-prd-infobox h2 {
  font-size: 115%;
  font-weight: bold;
}

.w-prd-list-cell .w-prd-sum {
  line-height: 1.3;
  margin-top: 0.3em;
  color: #272727;
}

.w-prd-list-cell .w-prd-price-groups {
  margin-bottom: 0;
}

.w-prd-list-cell .w-prd-price-groups .product-price-prefix {
  font-weight: normal;
}

.w-prd-list-cell .w-prd-btns a {
  line-height: 1.2;
}

.w-prd-list-cell .w-prd-btns a.btn-buy {
  background: #628a82;
  border-color: #628a82;
  color: #fff;
}

.w-prd-list-cell .w-prd-infobox h2 a:hover {
  text-decoration: none;
}

.w-prd-list-cell .w-prd-price-groups > div {
  font-size: 100%;
}

.w-prd-list-cell .w-prd-price-groups .w-prd-price-sale {
  color: #eb4346;
}

.w-productList,
.w-prd-list1 {
  margin-left: -8px;
  margin-right: -8px;
}

.w-productList .w-prd-list-cell .w-prd-list-cell-in {
  margin: 0 8px;
}

.w-prd-list1 .w-prd-list-cell {
  margin-bottom: 20px;
}

.w-prd-list1 .w-prd-list-cell-in {
  padding: 0 8px;
}

.w-prd-list1 .w-prd-list-cell .w-prd-infobox {
  padding: 1em;
  background: #fff;
  text-align: center;
}

.w-productList .prd_pre,
.w-productList .prd_next {
  background: url(../images/bxSlide2.png) no-repeat;
  background-color: rgba(0, 0, 0, 0.3);
  width: 18px;
  height: 30px;
  margin-top: -30px;
}

.w-productList .prd_pre {
  left: 8px;
  background-position: 0 0;
  border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

.w-productList .prd_next {
  right: 8px;
  background-position: 0 -30px;
  border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}

.w-productList2 .w-prd-list-cell .w-prd-infobox {
  padding: 1em;
  background: #fff;
  text-align: center;
}

.w-productList2 .w-prd-list-cell .w-prd-sum {
  color: #272727;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}

.w-productList3 {
  margin-left: -1px;
  margin-right: -1px;
}

.w-productList3 .w-prd-list-cell .w-prd-list-cell-in {
  margin: 0 1px;
}

.w-productList3 .w-prd-list-cell:hover .w-prd-con .w-prd-infoboxBox .w-prd-infobox {
  padding-top: 10%;
}

.w-productList3 .w-prd-list-cell:hover .w-prd-infobox h2 {
  font-size: 24px;
}

.w-productList3 .w-prd-list-cell .w-prd-sum {
  max-width: 400px;
  margin: 0 auto;
  line-height: 2;
}

.w-productList3:hover .prd_pre {
  left: 0;
}

.w-productList3:hover .prd_next {
  right: 0;
}

.w-product .imgSearch .imgbg,
.w-productList .imgSearch .imgbg,
.prd_imgbgBlack .imgbg {
  opacity: 0.85;
  *filter: alpha(opacity=85);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

.w-product .imgSearch .imgSearchBox .icon_search,
.w-productList .imgSearch .imgSearchBox .icon_search {
  background-image: url(../images/icon_adore.png);
}

.product-detail-top1 .product-detail-images,
.product-detail-top3 .product-detail-images {
  width: 40%;
}

.product-detail-top1 .product-detail-info,
.product-detail-top3 .product-detail-info {
  margin-left: 44%;
}

.product-detail-images .product-detail-image-small .img-small-item {
  width: 23%;
}

.product-detail-images .product-detail-image-big {
  border: 1px solid #dadada;
}

.product-detail-info .product-title h2,
.product-title-top h2 {
  color: #272727;
  font-size: 24px;
  font-weight: bold;
}

.product-detail-info .product-grayBox .product-prices {
  line-height: 1.2;
}

.product-detail-info .product-grayBox {
  background: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.product-detail-info .product-short-sum,
.product-descons {
  line-height: 2;
}

.product-detail-top2 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
}

.info_tab {
  border-bottom: 1px solid #dddddd;
}

.info_tab_in {
  border: 0;
}

.info_tab ul {
  padding: 0;
}

.info_tab li {
  border: 0;
  background: none;
  margin-bottom: 0;
}

.info_tab li a {
  color: #444;
  display: block;
  font-size: 18px;
  position: relative;
}

.info_tab li a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  height: 1em;
  width: 1px;
  background: #aaa;
}

.info_tab li:first-child a {
  padding-left: 0;
}

.info_tab li:last-child a:after {
  display: none;
}

.info_tab li.cur_tab {
  background: none;
}

.info_tab li.cur_tab a {
  color: #212121;
}

.descon_item {
  padding-left: 0;
  padding-right: 0;
}

.product-detail-wrap {
  padding: 20px 30px;
  background: #fff;
}

.side_left .product-detail-wrap {
  padding: 0;
}

/*----------------------------新闻-------------------------*/

.w-News-list a {
  color: #151515;
}

.w-News-list1 li,
.w-News-list2 li .news-item,
.w-News-list3 li,
.w-News-list4 li,
.w-News-list6 li,
.w-News-list7 li,
.w-News-list9 li,
.w-News-list10 li,
.w-News-list11 li,
.w-News-list12 li,
.w-News-list18 li,
.w-adNews4 li,
.w-adNews5 li,
.w-adNews6 .adNewsTL li,
.w-adNews8 li,
.w-adNews9 li {
  border-color: #e0e0e0;
}

.w-News-list .news-com .date {
  color: #333;
}

.w-News-list1 {
  line-height: 1.8;
}

.w-News-list1 .news-com .date {
  font-size: 90%;
}

.w-News-list1 li {
  padding: 20px 0;
}

.w-News-list1 .news-imgbox {
  width: 160px;
}

.w-News-list1 .news-com {
  margin-left: 175px;
}

.w-News-list1 .news-com .date {
  margin-top: 0;
}

.w-News-list1 .news-com .news-sum {
  margin-top: 0;
}

.w-News-list2 .news-item .news-com {
  padding: 0.5em 1em 1.5em;
  background: #fff;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.w-News-list2 li .news-item {
  border: 0;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.17);
  background: #fff;
}

.w-News-list2 li:hover .news-item .news-com {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.w-News-list2 li .news-together {
  border-bottom: 1px solid #ebebeb;
  line-height: 1.5;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}

.w-News-list2 .news-com .news-sum {
  line-height: 1.5;
  max-height: 4.4em;
}

.w-News-list4 a {
  padding-left: 15px;
  position: relative;
  color: #666;
}

.w-News-list4 a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.w-News-list4 .news-com .news-h {
  font-weight: normal;
}

.w-News-list4 .news-sum {
  display: none;
}

.w-News-list6 li {
  padding: 20px 0;
}

.w-News-list6 .news-imgbox {
  width: 160px;
}

.w-News-list6 .news-com {
  margin-left: 175px;
}

.w-News-list7 li .date {
  padding: 10px 0;
  margin-right: 20px;
}

.w-News-list7 li .date .date-day {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.3;
  background: none;
}

.w-News-list7 li .date .date-yearMonth {
  background: none;
}

.w-News-list7 .news-com .news-sum {
  line-height: 1.7;
  max-height: 3.3em;
  overflow: hidden;
  color: #4b4b4b;
}

.w-News-list6 .news-com .news-sum {
  margin-top: 0.2em;
}

.w-News-list8 .news-item .news-com .news-h a:hover {
  color: #fff;
}

.w-News-list8 .news-item .news-com {
  bottom: 0;
}

.w-News-list13 li a {
  background: #fff;
}

.w-adNews1 li .news-item .news-com .news-h a {
  color: #333;
}

.w-adNews1 li .news-item .news-com .news-sum {
  color: #717171;
  font-size: 100%;
}

.w-adNews2 {
  margin-left: -14px;
  margin-right: -14px;
}

.w-adNews2 a {
  color: #272727;
}

.w-adNews2 li {
  margin-left: 0;
  margin-right: 0;
}

.w-adNews2 li .news-item {
  border: none;
  background: #fff;
  margin: 0 14px;
}

.w-adNews2 li .viewDetail {
  display: none;
}

.w-adNews2 li .news-item .news-com {
  padding: 1em;
  background: #fff;
  transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.w-adNews2 li:hover .news-item .news-com {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

.w-adNews2 li .news-item .news-com .news-com-top {
  margin-bottom: 0;
}

.w-adNews2 li .news-item .news-com .news-h {
  font-weight: normal;
}

.w-adNews2 li .news-item .news-com .news-sum {
  margin-top: 5px;
  line-height: 1.5;
  height: 2.9em;
  font-size: 95%;
  color: #717171;
}

.w-adNews3 .w-adNews-texts li .w-adNews-textH h3 {
  font-size: 115%;
}

.w-adNews3 .w-adNews-imgs .news-img .news-buoy-content .mask {
  background: #222;
}

.w-adNews3 {
  background: #fff;
}

.w-adNews3 .w-adNews-texts li .w-adNews-textH h3 {
  color: #444;
}

.w-adNews3 .w-adNews-texts .w-adNews-textsIn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.w-adNews3 .w-adNews-texts li:last-child {
  border-bottom: 0;
}

.w-adNews3 .w-adNews-texts li .w-adNews-textH p,
.w-adNews3 .w-adNews-texts li .w-adNews-textH .news-sum {
  color: #999;
}

.w-adNews3 .w-adNews-texts li .numberQ {
  border-color: #b0b0b0;
  color: #666;
}

.w-adNews3 .w-adNews-texts li {
  border-color: #e0e0e0;
}

.w-adNews3 .w-adNews-imgs .adNews3prev {
  background-image: url('../images/adNews3prev_white.png');
}

.w-adNews3 .w-adNews-imgs .adNews3next {
  background-image: url('../images/adNews3next_white.png');
}

.w-adNews4 a {
  color: #000;
}

.w-adNews4 li {
  border-bottom: 1px dashed #cdcdcd;
  position: relative;
  padding: 10px 0 10px 20px;
}

.w-adNews4 li:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background: #cecece;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.w-adNews4 li .news-together {
  line-height: 1.5;
}

.w-adNews4 li .news-h {
  font-size: 115%;
}

.w-adNews5 li .news-h,
.w-adNews6 .adNewsF .news-h {
  font-weight: normal;
  margin-bottom: 0.2em;
}

.w-adNews6 .adNewsF .news-h {
  font-size: 110%;
}

.w-adNews7 .adNewsL li {
  background-color: #fff;
}

.w-adNews7 .adNewsL li .news-com {
  color: #666;
}

.adNews7datebg {
  background: #e0e0e0;
}

.w-adNews7 .adNewsL li .news-com .news-h a:hover {
  text-decoration: underline;
}

.w-adNews7 .adNewsL li .news-com .news-sum {
  font-size: 100%;
}

.w-adNews7 .adNewsL li:hover .news-com .news-sum {
  color: #fff;
}

.w-adNews7 .adNewsR .news-com .news-sum {
  color: #fff;
}

.w-adNews8 a {
  color: #000;
}

.w-adNews8 li {
  border-bottom: 0;
}

.w-adNews8 li .news-h {
  font-weight: normal;
  line-height: 1.8;
  padding-left: 14px;
  position: relative;
}

.w-adNews8 li .news-h:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: #cecece;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.w-adNews8 li .date {
  line-height: 1.6;
}

.w-adNews8 .news-sum {
  margin-bottom: 1em;
  margin-top: 0.3em;
  max-height: 2.9em;
  color: #515151;
}

.w-adNews9 li {
  border-bottom: 1px dashed #cdcdcd;
  padding: 10px 0;
}

.w-adNews9 li .date {
  padding: 0;
  margin-left: 0;
  line-height: 1.3;
  text-align: left;
  background: #e7f0f8;
}

.w-adNews9 li .date .date-day {
  font-size: 21px;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.w-adNews9 li .date .date-yearMonth {
  padding: 0.5em 2em;
  color: #717171;
  font-size: 90%;
}

.w-adNews9 li .news-com .news-h {
  font-size: 110%;
  margin-bottom: 0.2em;
}

.w-adNews9 li .news-com .news-sum {
  font-size: 95%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}

.w-adNews11 {
  margin-left: -4%;
  margin-right: -4%;
}

.w-adNews11 li {
  width: 42%;
  *width: 41.9%;
  margin-left: 4%;
  margin-right: 4%;
}

.w-adNews11 li:nth-child(2n + 1) {
  clear: none;
}

.w-adNews11 li:nth-child(3n + 1) {
  clear: none;
}

.w-adNews11 li .news-h {
  font-size: 115%;
}

.w-adNews11 li .date {
  margin-bottom: 1em;
}

.w-adNews11 a {
  color: #333;
}

.w-adNews11 li .news-btn {
  position: relative;
  color: #fff;
}

.w-adNews11 li .news-btn:hover {
  color: #fff;
}

.w-adNews15 .news-item .news-com .news-h {
  font-size: 115%;
}

.w-adNews17 .news-sum,
.w-adNews18 .news-sum,
.w-adNews19 .news-sum,
.w-adNews20 .news-sum,
.w-adNews21 .news-sum,
.w-adNews22 .news-sum,
.w-adNews23 li .news-sum {
  color: #717171;
}

.w-adNews li .news-btn {
  padding: 7px 20px;
  min-width: 0;
}

.newsDetail {
  color: #373737;
  background: #fff;
  padding: 30px;
}

.side_left .newsDetail {
  padding: 0;
}

.newsDetail .newsContent {
  padding: 24px 0 0;
  border-top: 1px solid #e8e8e8;
  font-size: 115%;
}

.newsDetail .newsTitle {
  color: #2e2e2e;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.newsDetail .newsST,
.newshare {
  font-size: 90%;
  color: #b1b1b1;
}

.newsDetail .newsSummary {
  display: none;
}

.news-others {
  border-top: 1px solid #e8e8e8;
  padding-top: 1.5em;
  margin-top: 30px;
}

.g-info-system {
  background: #fff;
  padding: 20px 20px 50px;
  color: #595959;
}

.g-info-system .msgLBox {
  font-size: 115%;
}

/*---------------------faq----------------------*/

.w-faq-list .faq_tit {
  color: #272727;
}

.w-faq-list3 {
  color: #333;
}

.w-faq-list3 li {
  margin-bottom: 0.6em;
}

.w-faq-list3 li .faq_tit {
  background: none;
  border: 1px solid #e0e0e0;
  font-size: 100%;
  padding-left: 1em;
  padding-right: 0;
}

.w-faq-list3 li .faq_tit h3 {
  padding: 0.8em 1em 0.8em 1.7em;
  font-size: 110%;
}

.w-faq-list3 li .faq_tit .icon_adore {
  right: auto;
  left: 1em;
  width: 1.1em;
  height: 1.1em;
  background: url(../images/icon1_0.png) no-repeat center;
}

.w-faq-list3 li.open .faq_tit .icon_adore {
  background-image: url(../images/icon2.png);
  background-position: center center;
}

.w-faq-list3 li.open .faq_tit {
  background: #454545;
  color: #fff;
}

.w-faq-list3 li .faq_det {
  padding: 1em;
  line-height: 2;
}

/*----------------------菜单----------------------------*/

.w-com-menu li > .div-parent > .fa-plus::before {
  content: '\f107';
}

.w-com-menu li.open > .div-parent > .fa-plus::before {
  content: '\f106';
}

/*-----------------------会员中心和购物车--------------------*/

.w-admin-header .w-admin-nav a {
  color: #5c5c5c;
}

/*---------------------登录注册--------------------------*/

.body-login {
  background: #fff;
}

.signbox-A .login-h2A,
.login-input-A,
.register-A a,
.password-forget-A a,
.login-button-A,
.signfoot,
.login-checkA span {
  color: #666;
}

input[class*='login-input-A']::-webkit-input-placeholder {
  color: #666;
}

input[class*='login-input-A']:-moz-placeholder {
  color: #666;
}

input[class*='login-input-A']::-moz-placeholder {
  color: #666;
}

input[class*='login-input-A']:-ms-input-placeholder {
  color: #666;
}

.sign-content-A {
  background-image: url('../images/signboxbg.png');
}

.login-button-A {
  background-image: url('../images/signbtnbg.png');
}

.login-checkA input.checked[type='checkbox'] + label {
  background-image: url('../images/login-checked.png');
}

.login-input-A,
.login-button-A,
.login-checkA label {
  border-color: #999;
}

@media (min-width: 478px) {
}

@media (min-width: 768px) {
  .w-system {
    padding-top: 15px;
  }

  /*---------------------------菜单-------------------------*/

  .side_bar {
    width: 230px;
  }

  .side_left {
    margin-left: 260px;
    overflow: hidden;
  }

  .w-com-menu-V {
    text-align: left;
    background: #fff;
  }

  .w-com-menu-V .systitle {
    line-height: 1.8;
    padding: 19px 10px 19px 23px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #333;
  }

  .w-com-menu-V .fa {
    font-size: 100%;
    font-weight: normal;
    right: 0;
    top: 5px;
    bottom: auto;
    color: #000;
  }

  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent {
    border-bottom: 1px solid #e8ecee;
  }

  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent:last-child {
    border-bottom: 0;
  }

  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent {
    background: none;
    border: 0;
  }

  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 15px 20px 15px 23px;
  }

  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent > .fa-plus {
    position: absolute;
    top: 4px;
    right: 0;
    width: 40px;
    height: 46px;
  }

  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent > .div-parent > .fa-plus:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url(../images/icon3_0.png) no-repeat center;
  }

  .w-com-menu-V > .w-com-menu-in > .ul-parent > .li-parent.open > .div-parent > .fa-plus:before {
    background: url(../images/icon4_0.png) no-repeat center;
  }

  .w-com-menu-V li a {
    padding: 0 15px;
    font-size: 100%;
    line-height: 1.8;
  }

  .w-com-menu-V .ul-submenu {
    background: none;
    padding: 5px 20px 5px 38px;
  }

  .w-com-menu-V .ul-submenu .div-parent {
    padding: 5px 0;
  }

  .w-com-menu-V .ul-submenu a {
    color: #666;
    position: relative;
    padding-left: 10px;
  }

  .w-com-menu-V .ul-submenu a:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    width: 4px;
    background: #d9d9d9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  .w-com-menu-V .ul-submenu .li-parent .div-parent {
    border-bottom: 0;
  }

  .w-com-menu-V .ul-submenu .li-parent .div-parent .fa {
    line-height: 1.8;
    top: 5px;
    right: -11px;
  }

  .w-com-menu-V .ul-submenu .ul-submenu {
    background: #fff;
    padding: 5px 0 5px 14px;
  }

  .w-com-menu-V .ul-submenu .ul-submenu .div-parent {
    padding: 0;
  }

  .w-com-menu-H {
    margin-top: -15px;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
  }

  .w-com-menu-H .systitle {
    display: block;
    color: #222;
    background: none;
    font-size: 26px;
    float: left;
    padding: 0;
    line-height: 56px;
  }

  .w-com-menu-H > .w-com-menu-in {
    margin: 0 auto;
  }

  .w-com-menu-H > .w-com-menu-in:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }

  .w-com-menu-H > .w-com-menu-in > .ul-parent {
    float: right;
  }

  .w-com-menu-H > .w-com-menu-in > ul > li {
    position: relative;
  }

  .w-com-menu-H li {
    margin: 0;
  }

  .w-com-menu-H li a {
    color: #272727;
  }

  .w-com-menu-H > .w-com-menu-in > .ul-parent > li {
    margin-left: 20px;
  }

  .w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent {
    position: relative;
  }

  .w-com-menu-H > .w-com-menu-in > .ul-parent > li > .div-parent a {
    padding: 0;
    line-height: 56px;
    display: block;
    font-size: 15px;
  }

  .w-com-menu-H .ul-submenu {
    top: 56px;
  }

  .w-com-menu-H .ul-parent > li > .ul-submenu > ul {
    background: #eff6ff;
  }

  .w-com-menu-H .ul-submenu .ul-submenu {
    top: 28px;
    background: #eff6ff;
  }

  .w-com-menu-H .ul-submenu li .div-parent {
    margin: 0 5px;
  }

  .w-com-menu-H .ul-submenu li a {
    line-height: 2;
    color: #373737;
    font-size: 14px;
  }

  .w-com-menu-H .ul-submenu .ul-submenu-up {
    display: none;
  }

  .w-system .w-com-menuNH {
    margin-top: -15px;
  }

  .w-system .w-com-menuNH7 {
    margin-top: -81px;
  }

  .w-system .w-com-menuNH8 {
    margin-top: 15px;
  }

  .w-system .w-com-menuNV1 {
    margin-top: -92px;
  }

  .w-com-menuNV1 .ul-parent {
    background: rgba(0, 0, 0, 0.03);
  }

  .w-system .w-com-menuNV4 {
    margin-top: -87px;
  }

  .order-progress .order-progress-line .order-progress-line-sec .line {
    width: 111px;
  }
}

@media (min-width: 768px) and (max-width: 1201px) {
  .w-com-menu-H {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1201px) {
  .w-logo h1 {
    line-height: 70px;
  }

  .w-nav .li-parentOne-div .fa {
    display: none;
  }

  .w-nav .submenu {
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
  }

  .w-nav .submenu li {
    width: 171px;
  }

  .w-nav .submenu li:last-child {
    border-bottom: 0;
  }

  .w-nav .submenu li .submenu {
    left: 171px;
  }

  .w-admin-shopCart {
    position: absolute;
    right: 10px;
    margin-right: 0;
    padding-top: 12px;
    z-index: 2;
    top: 25px;
  }

  .w-admin-shopCart a {
    background: #f5f5f5;
    padding: 7px 15px;
  }

  .w-admin-shopCart a span,
  .w-admin-shopCart a .fa-angle-right {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }

  .w-admin-shopCart a .num {
    left: 111px;
  }

  .w-nav .li-parent-div .fa-plus:before {
    content: '\f105';
  }

  .w-admin-shopCart {
    right: 50%;
    margin-right: -600px;
  }

  .login-navPc .w-admin-nav .nav_inner > li {
    min-width: 0;
  }

  .w-com-menu-H {
    width: 3000px;
    position: relative;
    left: 50%;
    margin-left: -1500px;
  }

  .w-com-menu-H > .w-com-menu-in {
    margin: 0 auto;
    max-width: 1200px;
  }

  .w-com-menu-H > .w-com-menu-in > .ul-parent > li {
    margin-left: 35px;
  }

  .w-News-list7 li {
    padding: 25px 0 20px;
  }
}

@media (max-width: 1300px) {
  .w-lantern-h .w-lantern-in {
    padding: 0 25px;
  }

  .w-lantern-h .lantern_pre {
    left: 0;
  }

  .w-lantern-h .lantern_next {
    right: 0;
  }
}

@media (max-width: 1200px) {
  html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }

  body {
    height: 100%;
    min-width: 100%;
  }

  .body {
    padding-top: 1.4rem;
  }

  .w-custom {
    display: none;
  }

  /*--------------------header---------------------*/

  .w-admin-header,
  .body-login .w-admin-header,
  .w-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    height: 1.4rem;
    z-index: 999;
    color: #fff;
    background: #333;
  }

  .row_top {
    display: block;
    padding-top: 0;
  }

  .row_top .column {
    float: none;
    width: 100%;
    display: block;
  }

  .menuPc {
    display: none;
  }

  .col-logo,
  .w-admin-header .col-logo {
    float: none;
    text-align: center;
    padding: 0;
  }

  .w-logo {
    padding: 0 1.2rem;
    height: auto;
    min-height: 0;
    min-width: 0;
  }

  .w-logo h1 {
    font-size: 0.7rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
  }

  .w-logo-img {
    display: block;
    padding: 0.17rem 0.25rem;
    line-height: 1.06rem;
  }

  .w-logo-img img {
    max-height: 1.06rem;
  }

  .w-admin-header .w-logo {
    padding: 0 13.5em 0 1.2rem;
  }

  .col-right {
    position: fixed;
    left: -220px;
    width: 220px;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0px;
    z-index: 10;
    display: block;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
  }

  .left0 {
    left: 0;
  }

  .w-nav {
    background: none;
    overflow-y: auto;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .w-admin-header .w-admin-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .w-nav ul {
    list-style: none;
    padding-left: 0;
  }

  .w-nav .nav_inner {
    display: block;
  }

  .w-nav .nav_inner > li {
    display: block;
    float: none;
    text-align: left;
    margin: 0;
  }

  .w-nav .nav_inner > li > a,
  .w-nav .nav_inner > li > .li-parent-div > a {
    line-height: 2.5;
    padding: 0 10px;
    font-size: 15px;
    color: #333;
  }

  .w-nav li {
    border-bottom: 0;
    border-top: 0;
    float: none;
  }

  .w-nav li a,
  .w-nav .submenu li a,
  .w-admin-header .w-admin-nav a {
    display: block;
    color: #666;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
  }

  .w-nav .nav_inner > li:hover > .submenu,
  .w-nav .submenu li:hover > .submenu {
    display: none;
  }

  .w-nav .nav_inner > li > .submenu {
    top: 0;
    left: 0;
    margin-left: 0;
    padding: 0;
  }

  .w-nav .submenu {
    position: relative;
    font-size: 14px;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
  }

  .w-nav .submenu li {
    width: auto;
  }

  .w-nav .submenu li .submenu {
    left: 0;
    top: 0;
  }

  .w-nav .submenu ul,
  .w-nav .submenu .submenu ul {
    background: none;
  }

  .w-nav .li-parent-div .fa {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    right: 0;
    width: 4em;
    height: 2em;
    line-height: 2em;
    text-align: right;
    font-size: 150%;
  }

  .w-nav .li-parent-div .fa-plus::before {
    content: '\f107';
    margin-right: 0.5em;
  }

  .w-nav .li-parent-div.open .fa-plus::before {
    content: '\f106';
  }

  .w-nav .submenu li a {
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-align: left;
  }

  .w-nav .submenu .submenu li a {
    padding-left: 2.5em;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .w-nav .nav_simpline_cur {
    display: none;
  }

  .topLogBoxPc {
    display: none;
  }

  .topLogBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .topLogBox a {
    color: #333;
  }

  .w-languege,
  .w-loginRegister,
  .w-shopCart {
    float: none;
    margin: 0;
    padding: 0.2em 0.5em;
    border-bottom: 1px solid #e1e1e1;
  }

  .w-loginRegister,
  .w-shopCart {
    float: left;
  }

  .w-loginRegister a,
  .w-languege a {
    line-height: 1.5;
    padding: 0 0.5em;
    background: none;
    color: #333;
  }

  .topLogBox .w-search {
    float: none;
    margin: 0.5em;
  }

  .topLogBox .w-search .input-search-w {
    border-color: #e0e0e0;
    width: 100%;
  }

  .body-login-special .w-admin-header {
    color: #fff;
  }

  .login-navPc {
    display: none;
  }

  .login-navTel {
    display: block;
  }

  .body-login-special {
    padding-top: 1.56rem;
  }

  .body-login-special .w-admin-header .col-logo .w-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-login .signTel,
  .body-login-special .signTel {
    right: 0.35rem;
  }

  .body-login .w-admin-header .w-logo,
  .body-login-special .w-admin-header .w-logo {
    padding-right: 1.2rem;
  }

  /*-----------------------会员中心和购物车--------------------*/

  .w-admin-shopCart,
  .w-admin-top {
    display: none;
  }

  .mobile-nav-toggle {
    top: 0.35rem;
  }

  .signTel,
  .shopCartTel,
  .signQuitTel {
    display: block;
    top: 0.35rem;
  }

  .w-admin-header .w-admin-nav {
    position: fixed;
    left: -220px;
    width: 220px;
    background: #fff;
    top: 0;
    bottom: 0;
    padding: 0;
    margin-top: 0px;
    z-index: 10;
    display: block;
    float: none;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
  }

  .w-admin-header .left0 {
    left: 0;
  }

  .w-admin-nav .w-nav-in {
    height: 100%;
  }

  .order-progress {
    display: none;
  }

  .banner .bx-controls-direction {
    width: 100%;
    left: 0;
    margin-left: 0;
  }

  .banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .banner .bx-wrapper .bx-pager.bx-default-pager a {
    height: 10px !important;
    width: 10px !important;
  }

  .w-productList3 .w-prd-list-cell:hover .w-prd-con .w-prd-infoboxBox .w-prd-infobox {
    padding-top: 2em;
  }

  .newsDetail .newsTitle {
    font-size: 140%;
  }

  .info_tab li:first-child a {
    padding-left: 10px;
  }

  .fileListBox,
  .msgLBox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .w-faq-list {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .w-News-list3 li,
  .w-News-list4 li,
  .w-News-list5,
  .w-News-list7 li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1100px) {
  .w-adNews2 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .w-adNews2 li .news-item {
    margin: 0 5px;
  }

  .w-adNews4 li {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 14px;
  }

  .w-adNews4 li .news-h {
    font-size: 110%;
  }

  .w-adNews4 li .date {
    font-size: 90%;
  }

  .w-adNews9 li .date .date-yearMonth {
    padding-left: 1em;
    padding-right: 1em;
  }

  .w-productList {
    margin: 0 -5px;
  }

  .w-productList .w-prd-list-cell .w-prd-list-cell-in {
    margin: 0 5px;
  }

  .w-productList3 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .w-productList3 .w-prd-list-cell .w-prd-list-cell-in {
    margin: 0 1px;
  }
}

@media (max-width: 960px) {
  /*----------------------新闻---------------------------*/

  .w-productList .prd_pre,
  .w-productList .prd_next {
    display: none;
  }

  .w-prd-list .w-prd-list-cell .w-prd-infobox h2 {
    font-size: 110%;
  }

  .product-detail-top2 .product-detail-images .bx-wrapper {
    padding: 0;
  }

  .w-lantern-h {
    margin-left: -4px;
    margin-right: -4px;
  }

  .w-lantern-h .w-lantern-in {
    padding: 0;
  }

  .w-lantern-h .lantern_pre,
  .w-lantern-h .lantern_next {
    display: none;
  }

  .tabMu9 li {
    font-size: 115%;
  }

  .w-title5 .title-h-in h2 {
    font-size: 115%;
  }
}

@media (max-width: 767px) {
  .w-foot-content {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }

  /*----------------------系统页-------------------*/

  .side_left {
    padding: 10px 0.3em;
  }

  .newsDetail {
    padding: 1em 0;
  }

  .systitle {
    font-size: 125%;
    margin-bottom: 0;
    padding: 0.4em 1em;
    font-weight: normal;
  }

  .crumbs {
    margin-left: 10px;
    margin-right: 10px;
  }

  .crumbs .crumbs_in {
    padding-left: 0;
    padding-right: 0;
  }

  .w-breadcrumbs {
    margin-left: 10px;
    margin-right: 0;
  }

  .product-detail-wrap {
    padding: 1em 0;
  }

  .g-info-system {
    padding: 1em 1em 2em;
  }

  .info_tab {
    padding-left: 0.2em;
  }

  .product-detail-info .product-grayBox {
    border: 0;
  }

  .w-prd-list1 {
    margin-left: 0;
    margin-right: 0;
  }

  .w-prd-list1 .w-prd-list-cell {
    margin-bottom: 1em;
  }

  .w-prd-list1 .w-prd-list-cell-in {
    padding: 0 0.3em;
  }

  .w-productList {
    margin-left: -0.3em;
    margin-right: -0.3em;
  }

  .w-productList .w-prd-list-cell .w-prd-list-cell-in {
    margin: 0 0.3em;
  }

  .w-productList3 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
  }

  .w-productList3 .w-prd-list-cell .w-prd-list-cell-in {
    margin: 0 1px;
  }

  .w-productList3 .w-prd-list-cell:hover .w-prd-con .w-prd-infoboxBox .w-prd-infobox {
    padding-top: 1.5em;
  }

  .w-productList3 .w-prd-list-cell:hover .w-prd-infobox h2 {
    font-size: 120%;
  }

  .w-productList3 .w-prd-list-cell .w-prd-sum {
    line-height: 1.3;
    font-size: 90%;
    max-height: 3.8em;
  }

  .product-detail-top1 .product-detail-images,
  .product-detail-top3 .product-detail-images {
    width: 100%;
  }

  .product-detail-top1 .product-detail-info,
  .product-detail-top3 .product-detail-info {
    margin-left: 0;
  }

  .fileListBox,
  .msgLBox {
    padding-left: 1em;
    padding-right: 1em;
  }

  .bx-wrapper .bx-prev {
    background-size: contain !important;
  }

  .bx-wrapper .bx-next {
    background-size: contain !important;
  }

  .w-News-list1 {
    line-height: 1.5;
  }

  .w-News-list1 li,
  .w-News-list6 li {
    padding: 1em 0;
  }

  .w-News-list1 .news-com .news-sum {
    max-height: 2.9em;
    line-height: 1.5;
  }

  .w-News-list1 .news-imgbox,
  .w-News-list6 .news-imgbox {
    width: 23%;
  }

  .w-News-list1 .news-com,
  .w-News-list6 .news-com {
    margin-left: 25%;
  }

  .w-adNews11 {
    margin-left: 0;
    margin-right: 0;
  }

  .w-adNews11 li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .w-adNews11 li .date {
    margin-bottom: 0.2em;
  }

  .newsDetail .newsContent {
    padding: 1em 1em 0;
  }

  .news-others {
    margin-top: 1.5em;
  }

  .w-title20 .tith span {
    font-size: 140%;
  }
}

@media only screen and (max-width: 479px) {
  .body {
    font-size: 0.35rem;
  }

  .w-admin-header .w-logo {
    padding: 0 8.5em 0 1.2rem;
  }

  .topLogBox .w-search .input-search-w {
    height: 2.5em;
    line-height: 2.5em;
  }

  .banner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }

  .banner .bx-wrapper .bx-pager.bx-default-pager a {
    height: 6px !important;
    width: 6px !important;
  }

  .w-title {
    margin-bottom: 0.5em;
  }

  .w-title1 h2,
  .w-title16 h2 {
    font-size: 140%;
  }

  .w-title20 .tith span {
    font-size: 130%;
  }

  .w-his4 .his_tab li .year {
    padding-bottom: 20px;
  }

  .info_tab li a {
    font-size: 130%;
  }

  .w-breadcrumbs {
    margin-bottom: 0.8em;
  }

  .product-detail-info .product-title h2,
  .product-title-top h2 {
    font-size: 130%;
  }

  .w-News-list1 .news-com .news-sum,
  .w-News-list1 .news-com .date {
    font-size: 90%;
  }

  .w-News-list7 li .date {
    padding: 0.5em 0;
  }

  .w-News-list7 li .date .date-day {
    font-size: 200%;
  }

  .w-adNews2 {
    margin-left: -0.3em;
    margin-right: -0.3em;
  }

  .w-adNews2 li .news-item {
    margin: 0 0.3em;
  }

  .w-adNews9 li .date .date-day {
    font-size: 150%;
  }

  .w-adNews9 li .news-com .news-h {
    margin-bottom: 0.5em;
  }

  .newsDetail .newsST,
  .newshare {
    font-size: 90%;
  }

  .w-faq-list3 li .faq_tit .icon_adore {
    background-size: contain;
  }

  .prd_pageState span {
    height: 6px;
    width: 6px;
  }

  .prd_pageState span.active {
    height: 2px;
    width: 2px;
  }
  .jg_top_img {
    width: 100% !important;
    height: auto !important;
  }
  .jg_table {
    width: 100%;
  }
  .jg_table tbody tr td:first {
    width: 16%;
  }
  .jg_table tbody tr td:nth-child(2) {
    width: 84%;
  }
  .jg_table tbody tr td p {
    text-align: center !important;
  }
}
